home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / datacomm / 253 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.3 KB  |  42 lines

  1. Path: soap.news.pipex.net!pipex!usenet
  2. From: m.hendry@dial.pipex.com (Mathew Hendry)
  3. Newsgroups: comp.sys.amiga.datacomm
  4. Subject: Re: AmiTCP!
  5. Date: Mon, 15 Jan 96 19:42:08
  6. Organization: Private node.
  7. Distribution: world
  8. Message-ID: <19960115.3F9188.116B0@an052.du.pipex.com>
  9. References: <464.6588T859T428@mailbox.swipnet.se>
  10. NNTP-Posting-Host: an052.du.pipex.com
  11. X-Newsreader: TIN [AMIGA 1.3 950726BETA PL0]
  12.  
  13. Torbj÷rn Aronsson (Torbjorn.Aronsson@mailbox.swipnet.se) wrote:
  14. : How should i do to *not* having to type in the password eatch time
  15. : after a reboot? Is there i line in one of the configfiles that's missing
  16. : something... ?
  17.  
  18. Load AmiTCP:db/passwd into a text editor and find the line which corresponds
  19. to your login. In my case:
  20.  
  21. Scampi|NB/.74rol6CEo|200|100|Mathew Hendry|AmiTCP:|shell
  22.        ^^^^^^^^^^^^^
  23.  
  24. And remove the segment I have marked here with "^". (The vertical bars "|" are
  25. used as separators; do not remove these). To get, e.g.
  26.  
  27. Scampi||200|100|Mathew Hendry|AmiTCP:|shell
  28.  
  29. Which means "User Scampi needs no password".
  30.  
  31. This should fix it.
  32.  
  33. BTW, if you want to disable a particular user's account, place a "*" in the
  34. password field e.g.
  35.  
  36. Scampi|*|200|100|Mathew Hendry|AmiTCP:|shell
  37.  
  38. You'll notice that most of the accounts in your AmiTCP:db/passwd are
  39. configured like that.
  40.  
  41. -- Mat.
  42.